home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2003 #3 / K-CD-3-2003.ISO / Tools / Drive Rescue / _SETUP.1 / rescue.exe / 0 / RCDATA / TCLUSTERDLG / TCLUSTERDLG.txt
Encoding:
Text File  |  2001-12-05  |  2.3 KB  |  124 lines

  1. object ClusterDlg: TClusterDlg
  2.   Left = 242
  3.   Top = 167
  4.   BorderStyle = bsDialog
  5.   Caption = 'Select cluster range'
  6.   ClientHeight = 252
  7.   ClientWidth = 363
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   OnActivate = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 216
  21.     Width = 61
  22.     Height = 13
  23.     Caption = 'Size to scan:'
  24.   end
  25.   object LabelSize: TLabel
  26.     Left = 88
  27.     Top = 216
  28.     Width = 73
  29.     Height = 13
  30.     AutoSize = False
  31.   end
  32.   object OKBtn: TButton
  33.     Left = 284
  34.     Top = 16
  35.     Width = 75
  36.     Height = 25
  37.     Caption = 'OK'
  38.     Default = True
  39.     ModalResult = 1
  40.     TabOrder = 0
  41.   end
  42.   object CancelBtn: TButton
  43.     Left = 284
  44.     Top = 82
  45.     Width = 75
  46.     Height = 27
  47.     Cancel = True
  48.     Caption = 'Cancel'
  49.     ModalResult = 2
  50.     TabOrder = 1
  51.   end
  52.   object GroupBox1: TGroupBox
  53.     Left = 8
  54.     Top = 12
  55.     Width = 249
  56.     Height = 89
  57.     Caption = 'Start cluster'
  58.     TabOrder = 2
  59.     object TrackBarStartClus: TTrackBar
  60.       Left = 8
  61.       Top = 20
  62.       Width = 237
  63.       Height = 37
  64.       Max = 50
  65.       Orientation = trHorizontal
  66.       Frequency = 1
  67.       Position = 0
  68.       SelEnd = 0
  69.       SelStart = 0
  70.       TabOrder = 0
  71.       TickMarks = tmBottomRight
  72.       TickStyle = tsAuto
  73.       OnChange = TrackBarStartClusChange
  74.     end
  75.     object EditStartClus: TEdit
  76.       Left = 20
  77.       Top = 56
  78.       Width = 53
  79.       Height = 21
  80.       TabOrder = 1
  81.     end
  82.   end
  83.   object GroupBox2: TGroupBox
  84.     Left = 8
  85.     Top = 108
  86.     Width = 249
  87.     Height = 89
  88.     Caption = 'End cluster'
  89.     TabOrder = 3
  90.     object TrackBarEndClus: TTrackBar
  91.       Left = 8
  92.       Top = 20
  93.       Width = 237
  94.       Height = 37
  95.       Max = 50
  96.       Orientation = trHorizontal
  97.       Frequency = 1
  98.       Position = 50
  99.       SelEnd = 0
  100.       SelStart = 0
  101.       TabOrder = 0
  102.       TickMarks = tmBottomRight
  103.       TickStyle = tsAuto
  104.       OnChange = TrackBarEndClusChange
  105.     end
  106.     object EditEndClus: TEdit
  107.       Left = 20
  108.       Top = 56
  109.       Width = 53
  110.       Height = 21
  111.       TabOrder = 1
  112.     end
  113.   end
  114.   object Button1: TButton
  115.     Left = 284
  116.     Top = 48
  117.     Width = 75
  118.     Height = 25
  119.     Caption = 'Apply'
  120.     TabOrder = 4
  121.     OnClick = Button1Click
  122.   end
  123. end
  124.